toggle menu
Spring Boot Kotlin API
4.0.0-M3
jvm
switch theme
search in API
Spring Boot Kotlin API
/
org.springframework.boot.docs.howto.springmvc.writejsonrestservice
/
[jvm]MyController
My
Controller
@
RestController
open
class
MyController
Members
Constructors
My
Controller
Link copied to clipboard
constructor
(
)
Functions
thing
Link copied to clipboard
@
RequestMapping
(
value
=
"/thing"
)
open
fun
thing
(
)
:
MyThing